home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / fn397c_1.zip / LOCAL.TXT < prev    next >
Text File  |  1991-11-11  |  3KB  |  84 lines

  1.  
  2.  
  3.                        Feathernet BBS Local Upload Utility
  4.                                  Version 2.1
  5.  
  6.  
  7.                                 W A R N I N G
  8.  
  9.    This is not warranted or guarranteed to do anything.  Use at your OWN
  10.    risk!!  Ron Pierce nor Feathernet Software will be liable for ANY
  11.    damage caused directly or indirectly in conjunction with the use
  12.    of this program.
  13.  
  14. -------------------------------------------------------------------------
  15. Overview
  16. --------
  17.  
  18. This is designed to take a command line parameter of a dos directory
  19. containing NEW files you wish to locally upload into the Feathernet
  20. DIRxx files with the actual files being moved into the corresponding
  21. DOS directory for the DIRxx file as specified in the configuration and
  22. the 'dirdata' file.
  23.  
  24. Operation
  25. ---------
  26.  
  27. Usage is: 'LOCALUP [drive/path] [DIR Control File'
  28. Example: LOCALUP C:\Tmpfiles DIRDATA
  29.  
  30. Where:
  31.  "C:\Tmpfiles" is a DOS directory with some files stored in it which you want
  32.  to add descriptions to the bbs DIRxx files and make available for downloading
  33.  
  34.  "DIRDATA" is the name of the Dir Control FIle you wish to use for selecting
  35.  the appropriate DIRxx files and DOS directories.
  36.  
  37.  
  38. Features
  39. --------
  40. o Actual DOS Directory a file will be moved to and free space remaining is
  41.   displayed when selecting a directory category for a file.  Keep in mind
  42.   even though the assigned dos directory for a file is at minimum space
  43.   remaining, you may choose an alternate directory for the file to be moved
  44.   to.
  45.  
  46. o You may select the DIRxx file for a description to go to and also
  47.   choose to send the file to be uploaded locally to one of the
  48.   alternate file directories.
  49.  
  50. o Press 'ESC' to skip to the next file in the ring
  51.  
  52. o Code has been added to verify that the destination file does not exist
  53.  
  54. o Code has been added to verify that a file is not being 'copied' onto itself
  55.  
  56. o Source code available for a nominal fee.  Write to below address
  57.  
  58.  
  59. That is all.   Comments and suggestions may be forwarded to:
  60.  
  61.                         RON PIERCE
  62.                         2001 Leyte Rd.
  63.                         RidgeCrest, CA  93555
  64.  
  65.  
  66.  History
  67.  -------
  68.  
  69.  February 1991 - Version 1.2 Released
  70. ------------------------------------------------------------------------------
  71.  
  72.  July 15, 1991 - Version 2.0 released.
  73.  
  74.  Added support to require a DIR Control File name to be entered on the startup
  75.  command line along with the DOS directory name the files are stored in.
  76. ------------------------------------------------------------------------------
  77.  
  78.  July 16, 1991 - Version 2.1 Released
  79.  
  80.  Fixed a bug that was causing all dirxx names to be 'DIR' plus the target DIRxx
  81.  file #.  Localup was not reading the proper DIRxx name from the DIR Control
  82.  File.
  83.  
  84.